home *** CD-ROM | disk | FTP | other *** search
/ System Booster / System Booster.iso / Archives / ARexxTools / RexxOpt_1_8.readme < prev    next >
Encoding:
Text File  |  1996-09-27  |  1.9 KB  |  47 lines

  1. Short:    Improves the speed of ARexx scripts
  2. Author:   42@studbox.uni-stuttgart.de
  3. Uploader: sibilluh@tick.informatik.uni-stuttgart.de
  4. Type:     util/rexx
  5.  
  6.  
  7.                       RexxOpt - ARexx script optimizer
  8.                    Mailware © 1993-96 by Proxity Softworks
  9.  
  10. RexxOpt optimizes your ARexx scripts by removing all information not
  11. necessary.  This results in a faster execution speed, making working with
  12. ARexx much more comfortable.
  13.  
  14. When run in default mode (no switch given in command line) the following is
  15. done:
  16.  
  17.   - all unnecessary blank characters (ASCII 9, 32 and 160) are removed
  18.   - all comments are removed
  19.   - consecutive strings are merge to one single string
  20.   - ; is inserted in front of any DO within the script
  21.   - all blank characters outside strings and comments are replaced by
  22.     <space> (ASCII 32)
  23.   - all (remaining) lines are put into one single line
  24.   - a new comment line is put in front of the script because ARexx requires
  25.     a script to begin with a comment.
  26.  
  27. This is V1.8, an update to V1.7.
  28.  
  29.      - Source file is now closed as soon as its contents are completely read
  30.        into memory. It's now possible to overwrite the source file with the
  31.        optimized version without leaving a backup of the original.
  32.      - Documention uses external file for PROXITY SOFTWORKS Information again.
  33.      - RexxOpt is now Mailware. This means you have to send me an EMail or a
  34.        postcard if you use RexxOpt regularly. 
  35.  
  36.  
  37. ============================= Archive contents =============================
  38.  
  39. Original  Packed Ratio    Date     Time    Name
  40. -------- ------- ----- --------- --------  -------------
  41.     8727    3353 61.5% 17-Jan-96 23:30:34 +PSI
  42.     7516    4009 46.6% 17-Jan-96 23:55:20 +RexxOpt
  43.    24840    8135 67.2% 17-Jan-96 23:54:52 +RexxOpt.guide
  44.     1450     749 48.3% 17-Jan-96 23:55:04 +RexxOpt.readme
  45. -------- ------- ----- --------- --------
  46.    42533   16246 61.8% 18-Jan-96 14:16:02   4 files
  47.